You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > Divide Method > Matrix.Divide Method ([In] TMtxVec, double)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.Divide Method ([In] TMtxVec, double)

Matrix division.

Syntax
C#
Visual Basic
public TMtxVec Divide([In] TMtxVec Vec, double Threshold);

Divide each of Vec elements with corresponding elements in the calling object. Size and Complex property of the calling object are set automatically. The result is stored in the calling object. 

The threshold parameter is used to prevent against division by zero and numerical instabilities in the follow on processing. All values of Vec smaller than Threshold will be replaced with Threshold.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!